home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000285_nugulus@netscape.net_Mon Sep 22 12:30:32 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  48 lines

  1. Article: 14528 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!draco.tiscalinet.it!news.mailgate.org!newsfeed.stueberl.de!peer01.cox.net!peer02.cox.net!cox.net!prodigy.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr22.news.prodigy.com.POSTED!d286b79e!not-for-mail
  3. From: Jun Zhang <nugulus@netscape.net>
  4. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: send command failed but file was sent?
  9. Content-Type: text/plain; charset=us-ascii; format=flowed
  10. Content-Transfer-Encoding: 7bit
  11. Lines: 26
  12. Message-ID: <JAEbb.2$aD4.1@newssvr22.news.prodigy.com>
  13. NNTP-Posting-Host: 159.66.144.147
  14. X-Complaints-To: abuse@prodigy.net
  15. X-Trace: newssvr22.news.prodigy.com 1064244649 ST000 159.66.144.147 (Mon, 22 Sep 2003 11:30:49 EDT)
  16. NNTP-Posting-Date: Mon, 22 Sep 2003 11:30:49 EDT
  17. Organization: SBC http://yahoo.sbc.com
  18. X-UserInfo1: FKPO@MC@@S@OR\TY[BHN^_TDFZ\@@FXLM@TDOCQDJ@_@FNTBLNTC@AWZWDXZXQ[K\FFSKCVM@F_N_DOBWVWG__LG@VVOIPLIGX\\BU_B@\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\HSZRWSWKGAY_PC[BQ[BXAS\F\\@DMTLFZFUE@\VL
  19. Date: Mon, 22 Sep 2003 15:30:49 GMT
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14528
  21.  
  22. In the DELIVER script, a piece of the code,
  23.  
  24. AUTODIAL
  25. if fail continue
  26. out kermit\13
  27. input 10 >
  28. out receive\13
  29. input 10 KERMIT READY
  30. pause 1
  31. send \%1
  32. if success break
  33.  
  34. Each time the file was sent to the remote host OK, and I can view the 
  35. content of the file, but the if statement didn't break the loop.
  36.  
  37. Another puzzle is that the remote shell always show up, even though I 
  38. "set dial connect off".
  39. I got something like "# receive --- not found", since receive is not a 
  40. shell command. But again, file is transfered.
  41.  
  42. Thanks in advance!
  43.  
  44.  
  45.  
  46. Jun
  47.  
  48.